home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / dcom / modems-part1 / 4560 / text0000.txt < prev   
Encoding:
Text File  |  1996-08-05  |  1.1 KB  |  33 lines

  1. I was having the same problem with my USR 28.8, add this to your pppd:
  2.     lcp-echo-interval 20 lcp-echo-failure 2
  3. This will make the hardware send an echo request every 20 seconds, after
  4. 2 failures, pppd will terminate itself.  Adjust the numbers as you feel
  5. appropriate, but I haven't had a single problem since I added these
  6. options.
  7.             Alex (awilliam@engr.udayton.edu)
  8.  
  9.  
  10. bill davidsen wrote:
  11. [snip]
  12. > Got -detach. Got modem. Got crtscts. Modem drops CD. pppd runs on.
  13. > Runs on with Slackware 2.3, runs on with 3.0, runs on with the token
  14. > ring pppd, runs on with my systems and four other systems set up by
  15. > other people. Doesn't note disconnect on 386s, 486s and Pentia.
  16. > Here is the .ppprc file:
  17. >   modem
  18. >   crtscts
  19. >   proxyarp
  20. >   asyncmap 0
  21. >   -detach
  22. > Does anyone have any suggestions other than "you set it up wrong
  23. > because it works for me?" Oh, the flow control and proxyarp work, so
  24. > they don't seem to have to all be on the same line (think I tried
  25. > that).
  26. > --
  27. >         -bill davidsen (davidsen@tmr.com)
  28. > "As a software development model, Anarchy does not scale well."
  29. >                 -Dave Welch
  30.